home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / fntrqc10.lha / FontReqClass10 / Doc / FontReqClass.doc next >
Text File  |  1995-09-17  |  3KB  |  151 lines

  1.  
  2.                File: FontReqClass.Doc
  3.         Description: FontReqClass documentation.
  4.           Copyright: (C) Copyright 1995 Doguet Emmanuel.
  5.                      All Rights Reserved.
  6.  
  7. ------------------------------------------------------------------------------
  8.  
  9. TABLE OF CONTENTS
  10.  
  11. FontReqClass/--background--
  12. FontReqClass/Methods
  13. FontReqClass/Attributes
  14.  
  15. FontReqClass/--background--                              FontReqClass/--background--
  16.  
  17.     NAME
  18.         Class:          FontReqClass
  19.         Superclass:
  20.         Include File    "FontReqClass.h"
  21.  
  22.     FUNCTION
  23.  
  24.         To provide you with a very easy way to implement some font  requester
  25.         in  your  programs.
  26.  
  27.         The advantage of this  class  it  that  the  objects  remember  their
  28.         complete setting as long as the object remains valid.
  29.  
  30.         
  31.         Also you program must open the following libraries:
  32.  
  33.         asl.library         - V37 or better.
  34.         intuition.library   - V37 or better.
  35.         utility.library     - V37 or better.
  36.  
  37.         The source of this class is based on some  sources  of  Jan  Van  Den
  38.         Baard, the creator of the famous library: the bgui.library !!!!!
  39.  
  40.  
  41. FontReqClass/Methods                                     FontReqClass/Methods
  42.  
  43.     NEW_METHODS
  44.         OM_NEW
  45.  
  46.         OM_DISPOSE
  47.  
  48.         OM_GET
  49.  
  50.     CHANGED METHODS
  51.         None.
  52.  
  53.  
  54.  
  55.  
  56. FontReqClass/Attributes                                  FontReqClass/Attributes
  57.  
  58.     NAME
  59.         FC_TextAttr        --  (ULONG)
  60.  
  61.     FUNCTION
  62.         Get TextAttr structure of the requester font.
  63.  
  64.     Default is NULL -   Applicability is (G)
  65.  
  66.  
  67.  
  68.     NAME
  69.         FC_FrontPen       --  (ULONG)
  70.  
  71.     FUNCTION
  72.         Get selected front pen.
  73.  
  74.     Default is NULL -   Applicability is (G)
  75.  
  76.  
  77.  
  78.     NAME
  79.         FC_BackPen        --  (ULONG)
  80.  
  81.     FUNCTION
  82.         Get selected back pen.
  83.  
  84.     Default is NULL -   Applicability is (G)
  85.  
  86.  
  87.  
  88.     NAME
  89.         FC_DrawMode       --  (ULONG)
  90.  
  91.     FUNCTION
  92.         Get the draw mode.
  93.  
  94.     Default is NULL -   Applicability is (G)
  95.  
  96.  
  97.  
  98.     NAME
  99.         FC_TTextAttr     --  (ULONG)
  100.  
  101.     FUNCTION
  102.         Get TextAttr structure of the returned font.
  103.  
  104.     Default is NULL -   Applicability is (G)
  105.  
  106.  
  107.  
  108.  
  109.     NAME
  110.         FC_ReqLeftEdge     --  (ULONG)
  111.  
  112.     FUNCTION
  113.         For get the left edge position of the requester.
  114.  
  115.     Default is NULL -   Applicability is (G)
  116.  
  117.  
  118.  
  119.     NAME
  120.         FC_ReqTopEdge      --  (ULONG)
  121.  
  122.     FUNCTION
  123.         For get the top edge position of the requester.
  124.  
  125.     Default is NULL -   Applicability is (G)
  126.  
  127.  
  128.  
  129.     NAME
  130.         FC_ReqWidth        --  (ULONG)
  131.  
  132.     FUNCTION
  133.         For get the width of the requester.
  134.  
  135.     Default is NULL -   Applicability is (G)
  136.  
  137.  
  138.  
  139.     NAME
  140.         FC_ReqHeight       --  (ULONG)
  141.  
  142.     FUNCTION
  143.         For get the height of the requester.
  144.  
  145.     Default is NULL -   Applicability is (G)
  146.  
  147.  
  148.  
  149.  
  150.  
  151.